You are here:
Symbol Reference > Monnit Namespace >
SerialDataBridgeBase Class
>
SerialDataBridgeBase Methods
>
SerialDataBridgeBase.getCalibrationValue Method
Collapse All
SerialDataBridgeBase.getCalibrationValue Method
SerialDataBridgeBase Class
SerialDataBridgeBase Members
SerialDataBridgeBase Methods
Send Feedback
Syntax
C++
C#
Visual Basic
byte[]
getCalibrationValue
(
long
sensorID
, Byte[]
terminalData
);
public
static
byte
[]
getCalibrationValue
(
long
sensorID
, Byte[]
terminalData
);
Public
static
Function
getCalibrationValue
(
sensorID
As
long
,
terminalData
As
Byte
[])
As
byte
()
See Also
SerialDataBridgeBase Class
,
SerialDataBridgeBase Members
,
SerialDataBridgeBase Methods
Group
SerialDataBridgeBase Methods
Remarks
This is getCalibrationValue, a member of class SerialDataBridgeBase.